@import url("https://fonts.googleapis.com/css?family=Lato");

body {
  text-align: center;
  height: auto;
  margin: 0;
  font-family: Lato, sans-serif;
  /* display: flex; */
  /* padding: 0 35px;
    min-height: 100vh;
    align-items: center;
    justify-content: center; */


}

#logoSection img {
  width: 75px;
  height: 75px;
  text-align: center;
}

/* 
.topnav .top-tabs-container label {
  background-color: #1b2e3c;
  color: #ffffff;
  display: inline-block; 
  cursor: pointer;
  padding: 10px;
  /* font-size: 14px; 
}
*/
/* .top-tabs-container label:hover {
  background-color: #2e536e;
} */

/* Just to give indication that it's being clicked */
.topnav .top-tabs-container label:active {
  color: #dce775;
}



.topnav {
  overflow: hidden;
  background-color: #736d6d;
  position: relative;
}

/* .topnav #myLinks {
  display: none;
} */

.topnav a {
  float: left;
  /* display: block; */
  color: #f2f2f2;
  /* text-align: center; */
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* .topnav a.icon {
  float: right;

} */

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #0499aa;
  color: white;
}

/* -------------------------------------------------------------------------------------------------- */
*,
*:hover {
  transition: all 0.3s;
}

.tab-radio {
  display: none;
}

/* Tabs behaviour, hidden if not checked/clicked */
.sub-tab-content,
.tab-content {
  display: none;
}

.tab-radio:checked+.tab-content,
.tab-radio:checked+.sub-tab-content {
  display: block;
}

/* Sub-tabs */
.sub-tabs-container label {
  color: #030700;
  min-width: 200px;
  text-align: center;
  background-color: #82bcc3f2;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  font-size: 30px;
}

.sub-tabs-container label:active {
  color: #37474f;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3);
}

/**/
.sub-tabs-container label:first-child {
  background-color: #82bcc3f2;
}

.sub-tabs-container label:hover {
  background-color: #e6ee9c;
}

.sub-tabs-container label:first-child:hover {
  background-color: #e6ee9c;
}

/* Tabs Content */
.tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 2px 10px 6px -3px rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------------------- */

.active1 label {
  font-size: 25px;
}

.active1 label input {
  font-size: 30px;
}


.active1 label select {
  font-size: 40px;
}

/* ------------------------------------------------------------------------- */

.active2 label {
  font-size: 25px;
}

.active2 label input {
  font-size: 30px;
}


.active2 label select {
  font-size: 40px;
}

/* ------------------------------------------------------------------------- */

.active3 label {
  font-size: 25px;
}

.active3 label input {
  font-size: 30px;
}


.active3 label select {
  font-size: 40px;
}

/* ------------------------------------------------------------------------- */

#contactForm label {
  font-size: 40px;
}

#contactForm label input {
  font-size: 30px;
}


/* ------------------------------------------------------------------------- */

textarea {
  resize: none;
  width: 500px;
  height: 400px;
}

/* ------------------------------------------------------------------------- */

/*Show after if the driver say yes for CDL*/
.form-input .cdl_state {
  display: none;
}


/*Show after if the driver is an owner operator*/
.form-input .ownerusdot {
  display: none;
}

.form-input .ownermc {
  display: none;
}

.form-input .ownertrucks {
  display: none;

}


.form-input .ownermc {
  display: none;
}

.form-input .ownerusdot {
  display: none;
}

/* 
@media screen and (max-width: 500px) { 
  
  textarea {
    resize: none;
    width: 340px;
    height: 500px;
  }
  .form label input{
    font-size: 25px;
  }

  .form label select {
    font-size: 25px;
  }

  #contactForm label input{
    font-size: 25px;
  }

  #contactForm label select {
    font-size: 25px;
  }




} 

.topnav .icon {
  display: none;
} */


/* @media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
} */

/* @media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} */

.response_msg {
  margin-top: 10px;
  font-size: 13px;
  background: #E5D669;
  color: #ffffff;
  width: 250px;
  padding: 3px;
  display: none;
}

/*For the Phone Numbers*/
.error {
  color: red;
  size: 80%
}

.hidden {
  display: none;
}

/* ------------------------------------------------------------------------- */

.required::before {
  content: "*";
  color: red;
  font-size: 20;

}

.asterik {
  color: red;
  font-size: 18;
}

/* ------------------------------------------------------------------------- */


.errorMsg {
  color: red;
}

.errorMsg-border {
  border-bottom: 1px solid red;
}

#success {
  color: green;
}

.welcomeCover img {
  width: 100%;
  pointer-events: none;
}

.container {
  display: flex;
  pointer-events: none;
}

.container .secondAd {

  flex: 30%;
  padding: 5px;
  pointer-events: none;

}

.container .secondAd img {


  width: 100%;

}

.priceAd img {
  /* text-align: center; */
  width: 50%;
  height: 500px;
  pointer-events: none;
}



#platforms i {
  font-size: xx-large;
  color: #2535c5;
}

.aboutNotes h2 {
  text-align: left;

}

.aboutNotes p,
.aboutNotes li {
  text-align: left;
  font-size: 24px;


}

.ownerNotes h2,
.ownerNotes p {

  text-align: left;
}

.ownerNotes p {

  font-size: 24px;
}



.ownerNotes img {

  text-align: center;
  pointer-events: none;
  width: 400px;
  height: 400px;
}


.authorityNote h2,
.authorityNote p {

  text-align: left;
}

.authorityNote p {

  font-size: 24px;
}

@media screen and (max-width: 500px) {

  textarea {
    resize: none;
    width: 340px;
    height: 500px;
  }

  .form label input {
    font-size: 25px;
  }

  .form label select {
    font-size: 25px;
  }

  #contactForm label input {
    font-size: 25px;
  }

  #contactForm label select {
    font-size: 25px;
  }

  .priceAd img {
    text-align: center;
    width: 60%;
    height: 200px;

  }

  .ownerNotes img {

    text-align: center;
    pointer-events: none;
    width: 100%;
  }


}